Crate futures_macro_await

Source
Expand description

An internal helper crate to workaround limitations in the use_extern_macros feature with re-exported Macros 1.0 macros.

All macros defined here should be imported via [futures::prelude] instead.

Macrosยง

  • Await a sub-future inside an #[async] function.
  • Await an item from a stream inside an #[async] function.
  • Yield an item from an #[async_stream] function.